/*底部*/
/*$$
{"color":[{"val":"#ffffff","title":"查看更多颜色+标题中文字颜色+标题英文字颜色+正文字"}{"val":"#ffffff","title":"查看更多颜色+标题中文字颜色+标题英文字颜色+正文字"}],"background":[{"val":"#ffffff","title":"标题横线颜色"},{"val":"#999999","title":"左侧横线颜色"},{"val":"#ff7011","title":"联系我们底颜色"}],"border":[]}
$$*/

#footer_151 {
	width: 100%;
	background: url(/static/images/FD00008_01.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

#footer_151 .footerBody {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 65px;
}

#footer_151 .footerChar {
	padding-top: 60px;
	width: 58.3%;
	float: left;
}

#footer_151 .footerCharTit {
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	color: #ffffff;
}

#footer_151 .footerCharLine {
	width: 100%;
	height: 1px;
	background: #999999;
}

#footer_151 .footerCharList {
	width: 85.7%;
	margin-top: 65px;
}

#footer_151 .footerCharList ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_151 .footerCharList ul li {
	font-size: 16px;
	line-height: 36px;
}

#footer_151 .footerCharList ul li a {
	color: #999999;
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	text-shadow: none;
}
#footer_151 .footerCharList ul li i{
	opacity: 1;
	transition: opacity .6s ease;
}

#footer_151 .footerCharList ul li a::after{
	content: attr(data-hover);
	position: absolute;
	left: 0;
	top:0;
	overflow: hidden;
	line-height: 36px;
	height: 36px;
	color: #ff7011;
	border-bottom:#ff7011 solid 1px;
	max-width: 0;
	transition: max-width .3s ease;
}
#footer_151 .footerCharList ul li:hover a::after{
	max-width: 100%;
}
#footer_151 .footerCharList ul li:hover i{
	opacity: 0;
}
#footer_151 .footerCharBot {
	width: 43%;
	margin-top: 170px;
}

#footer_151 .footerCharBot p {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
}

#footer_151 .footerContact {
	width: 41.7%;
	float: right;
	background: #ff7011;
	padding: 70px 100px;
}

#footer_151 .footerContact .indexTitle {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#footer_151 .footerContact .indexTitle .indexCH {
	font-size: 26px;
	line-height: 40px;
	color: #ffffff;
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_151 .footerContact .indexTitle .indexCH span {
	width: 8px;
	height: 3px;
	background: #ffffff;
	display: block;
}

#footer_151 .footerContact .indexTitle .indexEN {
	font-size: 37px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#footer_151 .footerContact .indexTitle .indexLine {
	height: 4px;
	width: 67px;
	background: #ffffff;
	margin-top: 10px;
}

#footer_151 .footerContact p {
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
}

@media screen and (max-width:1200px) {
	#footer_151 .footerBody {
		width: 90%;
	}
	#footer_151 .footerContact{
		padding: 70px 30px;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#footer_151 .footerBody {
		width: 90%;
	}
	#footer_151 .footerContact{
		padding: 70px 5px;
	}
	#footer_151 .footerContact .indexTitle .indexCH{
		width: 50%;
	}
	#footer_151 .footerCharList{
		width: 100%;
	}
	#footer_151 .footerCharBot{
		width: 100%;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#footer_151 .footerBody {
		width: 96%;
	}
	#footer_151{
		margin-bottom: 80px;
	}
	#footer_151 .footerChar{
		width: 100%;
		padding-top: 0;
	}
	#footer_151 .footerContact{
		width: 100%;
		padding:5px 25px 10px 25px;
	}
	#footer_151 .footerCharList{
		display: none;
	}
	#footer_151 .footerCharBot{
		width: 100%;
		margin-top:10px;
	}
	#footer_151 .footerContact .indexTitle .indexCH{
		width: 36%;
		font-size: 18px;
		line-height: 32px;
	}
	#footer_151 .footerContact .indexTitle .indexEN{
		font-size: 14px;
		line-height: 24px;
	}
	#footer_151 .footerContact .indexTitle{
		margin-bottom: 10px;
	}
	#footer_151 .footerContact p{
		font-size: 14px;
		line-height: 24px;
	}
	#footer_151 .footerContact .indexTitle .indexLine{
		height: 1px;
		margin-top: 0;
	}
	#footer_151 .footerBody{
		padding-bottom: 20px;
	}
	#footer_151 .footerCharBot p{
		line-height: 24px;
		margin-bottom: 10px;
	}
	#footer_151 .footerCharTit{
		font-size: 18px;
		line-height: 40px;
	}
}